Northwoods.GoWPF 2.2.4 Assembly
ChildKeys Property

Gets or sets the list of keys identifying the "children" nodes.
Syntax
Public Property ChildKeys As IList(Of NodeKey)
public IList<NodeKey> ChildKeys {get; set;}

Property Value

By default this is an empty ObservableCollection. Usually you will not need to set this, but if you do, you may want to make sure the new value also implements the System.Collections.Specialized.INotifyCollectionChanged interface.
Requirements
See Also

Reference

TreeModelNodeData<NodeKey> Class
TreeModelNodeData<NodeKey> Members

 

 


© Northwoods Software 2017. All Rights Reserved.

Send Feedback